home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / emac16as.arc / README.ASM < prev    next >
Assembly Source File  |  1990-04-01  |  2KB  |  39 lines

  1. This archive is part of Freemacs.
  2.  
  3. Files in EMAC15DS.ARC:
  4. BUFFERS.ASM      Text buffer management.
  5. CONTROL.ASM      Control character font for Z-100.
  6. EMACS.ASM        MINT Text editor primitives.
  7. EMACS100.BLL     Linker control file for Z-100.
  8. EMACSIBM.BLL     Linker control file for IBM-PC.
  9. EXECUTE.ASM      Execute another program.
  10. FILES.ASM        File I/O.
  11. FINDFILE.DEF     Definitions for findfile.
  12. HOWTOGET.IT      Where to get Freemacs.
  13. IBM.ASM          Machine-dependent file for IBM-PC.
  14. MAKEFILE         Makefile for Turbo C's make.
  15. MARKS.ASM        Mark handler.
  16. MEMORY.ASM       Buffer insertion/deletion.
  17. MEMORY.DEF       Definitions for text buffer routines.
  18. MINT.DEF         MINT definitions.
  19. MINTFORM.ASM     MINT string data structure maipulator.
  20. MINTFORM.DEF     MINT string data structure definitions.
  21. MINTLAST.ASM     Last MINT file.
  22. MINTPRIM.ASM     MINT primitives.
  23. MINTSCAN.ASM     MINT scanner and parser.
  24. PICK.ASM         Mouse support.
  25. README.ASM       This file.
  26. REDISP.ASM       Screen redisplay.  Device independent.
  27. SEARCH.ASM       String search in buffers.
  28. TREDLAST.ASM     Last Freemacs file.
  29. VERSION.ASM      Version number.
  30. Z100.ASM         Machine-dependent file for Zenith Z-100
  31.  
  32. The enclosed makefile is specifically for Turbo ASM's tasm, make and
  33. linker.  Microsoft masm 4.0, 5.0 and link 3.60 are known to work.  You
  34. may need to modify the makefile to get it to work with Microsoft make.
  35.  
  36. To create the IBM version, just say 'make'.
  37.  
  38. To create the Z-100 version, just say 'make emacs100.exe'.
  39.